home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / 3D_GRAPH / READ_ME < prev   
Text File  |  1989-11-08  |  1KB  |  21 lines

  1. Herein find the C source for a 3D graphing program I wrote
  2. some time ago.
  3.     The program demostrates how to do non-perspective 3D
  4. plotting and mathematical expression parsing.  All math is
  5. floating point, though some of the code for fixed point math
  6. remains.  It is not particularly well commented, since I never
  7. wrote it for other eyes; in most cases I was interested soley
  8. in speed, not readability.  Feel free to send me any questions,
  9. though I don't guaruntee useful answers.
  10.     Since this program was mostly an experiment, it is guilty
  11. of some unfortunate behavior, such as writing directly to the
  12. screen buffer; I don't nescessarily encourage anyone to emulate
  13. my examples in this regard.
  14.     I've retained the copyright; feel free to steal ideas at
  15. whim.  If you extract significant sections of code unchanged,
  16. copy the copyright message at the top of each file.
  17.     This version incorporates the ability to read the files
  18. generated by Dave Platt's MandelZot program and plot them as
  19. landscapes, which the executable version I posted did not.  Once
  20. I've gotten ThinkC4.0 to its knees I'll post an executable version
  21. of this.  (The project included with the source is ThinkC vers. 3.0)